home *** CD-ROM | disk | FTP | other *** search
- Finger
- Version 1.00
- Coded by Lonny Pursell
- (C)1996 by Lonny Pursell and ENCOM
- All rights reserved.
-
- ** Documentation **
-
- See 'Support' for contacts, credits, and future additions.
- See 'Revision History' for a complete list of changes.
-
-
- Introduction
- ------------
- What is Finger? It's a client program designed to work with the
- STiK internet software. It allows you to check e-mail addresses,
- get more detailed information on an account, check your own
- account for waiting e-mail, search for other users, and more.
-
-
- Disclaimer
- ----------
- Use this software completely at your own risk.
- That pretty much says it all. 8^)
-
-
- Program Requirements
- --------------------
- STiK should be loaded and enabled and on-line
- at least a resolution of 640x200
- some free disk space on your system
-
-
- Installation
- ------------
- Place FINGER.PRG anywhere you like as it doesn't matter what
- drive you execute it form.
-
-
- Setup Notes
- -----------
- The server line should be set to your DNS (dynamic name server),
- this would be the same as your 'NAMESERVER=' in the STiK config
- file.
-
- Due to the way in which the finger protocol works there is no way
- to predict how much data will be received from the server. To get
- around this the data is dumped to disk into a temporary file and
- read back in for display. I suggest setting the 'Cache' path to
- the same path used for CAB this way no errors should occur. The
- temporary file is deleted after being read back in. The cache
- path should be a full path with a trailing backslash. Example:
- 'E:\CAB\CACHE\' If the trailing backslash is left out the
- program will add it. If the cache path is left blank it will
- send the data to the default path when the program was started.
-
- Once you have these set, save the configuration.
-
-
- Controls
- --------
- Input:
- Finger e-mail address or name to query server for
- Server your DNS server name goes here
- Cache drive path for incoming finger data with some free space
-
- Buttons:
- Info credits
- Save save program configuration to disk
- Print send finger data to line printer
- Finger start the server query
- Exit exit the program
-
- Arrows:
- use the arrows to scroll through the finger data that is returned
- double-click the up arrow to jump to the top
- double-click the down arrow to jump to the bottom
-
- ESCape key: Aborts the server query.
-
-
- Example Finger Commands
- -----------------------
- I'll use my own account as an example. The single qoutes should
- _not_ be typed as they are included only to highlight the actual
- data that should be entered.
-
- To finger my own account:
-
- 'lpursell' my user name, this works the best
- 'Lonny' this works, but you might get a long list of Lonny's
-
- ' @brutus.bright.net' returns the users on the consoles
- (note the leading space is required)
-
- '' a blank line will also return the users on the consoles
-
- If you are looking for 'Steve' you can simply enter 'Steve' and
- get a complete list all users with the name 'Steve'.
-
- Keep in mind some servers return very little information while
- others return a lot.
-
-
- Support
- -------
- This program is FreeWare. There is no fee required to use this
- software nor is anything disabled. This is a fully functional
- program. However, donations of will be accepted.
-
- Contact:
-
- Lonny Pursell
- 101 1/2 S High Street Apt C
- Columbus Grove OH 45830
- USA
-
- E-Mail: lpursell@bright.net
-
- When reporting bugs please include _detailed_ information about
- your system setup.
-
-
- Future Additions
- ----------------
- A hotlist in the form of a popup so one can store several finger
- addresses for quick access.
-
- Recode the interface to run in a window.
-
-
- Credits
- -------
- Nicholas Flintham (aka Flinny) for sending me the STiK dev kit
- All the STiK beta testers (you know who you are) ;^)
- Ozzy Osbourne --> Ozzmosis <-- This album R-O-C-K-S !
- Steve Adam for introducing STiK to the world of Atari
- Dan Ackerman for having the nerve to follow in Steve's foot prints.
-
-
- Revision History
- ----------------
- [beta .01]
- It seemed to work ok on my system. =)
-
- [beta .02]
- If the FINGER.INF file is not found the program will fill in the
- cache path with the default path when the program was started.
- The program will fill in the server setting with the NAMESERVER
- tag returned by STiK if loaded and enabled. If the NAMESERVER
- tag is not found then the server setting is left blank. Likewise
- the finger setting will be filled in with the USERNAME tag if
- found.
-
- The first beta allocated all free ram at startup! It now only
- allocates about 32k for itself. It dynamically allocates ram as
- needed based on how much data it has transfered from the server.
- If for some reason you get an out of memory error, you will not
- be able to view the results of the finger.
-
- Tabs are now properly handled in the display area. The progam
- currently has a fixed tab size of 8 chars. This may have to be
- made configurable. Do all servers use a tabs spacing of 8
- characters? It's fixed at 8 chars until a bug report comes in I
- guess. =)
-
- Improved disk error handling when writing to the cache. No one
- reported disk errors however it now handles write-protected and
- full disk errors properly.
-
- Minor visual changes to the resource file were made. I removed
- the subtitle and moved the server and cache setting to the bottom
- of the dialog. The button spacing was adjusted to allow for the
- 3D effects. This version will display 3D objects if your AES
- supports it.
-
- [beta .03]
- Hopefully fixed a problem with mouse clicks and key presses
- bleeding through to the desktop on the Falcon. Seemed to only
- happen with Multi-TOS loaded on my machine. On machines without
- the fancy 3D effects the dialog now looks as it did before. The
- minor problem with the finger input line not displaying
- characters properly is fixed.
-
- [beta .04]
- Due to the way GEM interprets the '@' sign as a null it was not
- possible to finger something such as '@bright.net'. As soon as
- you typed the '@' sign as the first character of the finger GEM
- grabs hold of it and messes things up. To get around this I
- added a small work around. To finger '@bright.net' you need to
- type ' @bright.net' instead. Note the leading space. The
- leading space is removed before the finger is sent to the server.
- Not the best fix, however it works.
-
- [v1.00]
- First public release. Beta .04 with a 1.00 version number.
-
- eof
-